home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / cdlabel / cdlabdes.exe / {app} / CDLabDesigner.exe / 0 / RCDATA / TFRMLARGEPICTUREASK / TFRMLARGEPICTUREASK.txt
Encoding:
Text File  |  2002-12-05  |  1.4 KB  |  69 lines

  1. object frmLargePictureAsk: TfrmLargePictureAsk
  2.   Left = 213
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Large Picture'
  6.   ClientHeight = 180
  7.   ClientWidth = 178
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   DesignSize = (
  18.     178
  19.     180)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 165
  26.     Height = 41
  27.     Alignment = taCenter
  28.     AutoSize = False
  29.     Caption = 
  30.       'Picture is larger then the label. Please, choose action to be pe' +
  31.       'rformed.'
  32.     WordWrap = True
  33.   end
  34.   object RadioGroup2: TRadioGroup
  35.     Left = 4
  36.     Top = 56
  37.     Width = 169
  38.     Height = 69
  39.     Hint = 'Action'
  40.     ItemIndex = 0
  41.     Items.Strings = (
  42.       'Resize'
  43.       'Resize (keep aspect ratio)'
  44.       'Crop')
  45.     TabOrder = 0
  46.   end
  47.   object CheckBox1: TCheckBox
  48.     Left = 12
  49.     Top = 132
  50.     Width = 133
  51.     Height = 17
  52.     Hint = 'Do not ask again - just do the same action next time'
  53.     Caption = 'Allways do the same'
  54.     TabOrder = 1
  55.   end
  56.   object Button1: TButton
  57.     Left = 51
  58.     Top = 155
  59.     Width = 75
  60.     Height = 21
  61.     Anchors = [akRight, akBottom]
  62.     Caption = '&Ok'
  63.     Default = True
  64.     ModalResult = 1
  65.     TabOrder = 2
  66.     OnClick = Button1Click
  67.   end
  68. end
  69.